I have no idea how this slipped into master (these two lines are not present
in the same commit that went into gtk-3-22).
if (window_impl->cache_surface)
{
- cairo_surface_t_note_about_to_dereference (window_impl->cache_surface);
cairo_surface_destroy (window_impl->cache_surface);
window_impl->cache_surface = NULL;
}
if (window_impl->cairo_surface)
{
- cairo_surface_t_note_about_to_dereference (window_impl->cairo_surface);
cairo_surface_destroy (window_impl->cairo_surface);
window_impl->cairo_surface = NULL;
}